projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
340bb2e
)
Fix typo.
author
Nick Roberts
<nickrob@snap.net.nz>
Thu, 5 Jan 2006 20:45:59 +0000
(20:45 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Thu, 5 Jan 2006 20:45:59 +0000
(20:45 +0000)
src/.gdbinit
patch
|
blob
|
history
diff --git
a/src/.gdbinit
b/src/.gdbinit
index c0e68b328724471b7de44f16898ca1834a8b6143..91479ce271185a3acc737129344c6e960a45562d 100644
(file)
--- a/
src/.gdbinit
+++ b/
src/.gdbinit
@@
-796,7
+796,7
@@
commands
# around before Emacs exits. Perhaps we should put the break
# somewhere else instead...
if $tem[0] == 'x' && $tem[1] == '\0'
- break
abort
+ break
x_error_quitter
end
continue
end